pop3.xp
Xtend IVR includes a flexible pop3 plugin (pop3.xp) that enables the user to retrieve e-mails / attachments via Gmail or other SSL / authenticated servers.
- Supports pop3 protocol.
- Default port address of the pop3 server is 110.
- If any error occurs, then the $error contains the error string.
- It supports StartTLS command and pop3 to switch to secure socket.
The list of supported functions include:
- pop3.SetSSL()
- pop3.Connect()
- pop3.Login()
- pop3.GetCount()
- pop3.GetTotalSize()
- pop3.FetchMail()
- pop3.GetAttachmentCount()
- pop3.FetchAttachment()
- pop3.GetAttachmentType()
- pop3.GetAttachmentName()
- pop3.GetAttachmentSize()
- pop3.SaveAttachment()
- pop3.GetBody()
- pop3.GetMail()
- pop3.GetMailSize()
- pop3.FetchHeader()
- pop3.GetHeader()
- pop3.GetField()
- pop3.DeleteMail()
- pop3.Close()